Skip to content

Conversation

MCRE-BE
Copy link

@MCRE-BE MCRE-BE commented Oct 24, 2024

@MCRE-BE
Copy link
Author

MCRE-BE commented Oct 24, 2024

As feedback :

  • On my pandas version (not main as I don't have a C compiler), the returned dataframes have the following dtypes :
    • index : datetime64[ns]
    • int64[pyarrow]
      I would have expected the index to also be a pyarrow dtype, but unsure if I need to enforce that.

@MCRE-BE
Copy link
Author

MCRE-BE commented Oct 25, 2024

I checked some of the fails :

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Oct 30, 2024
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Dec 14, 2024
@MCRE-BE
Copy link
Author

MCRE-BE commented Dec 14, 2024

Keep it open please 🫣

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Feb 10, 2025
@MCRE-BE
Copy link
Author

MCRE-BE commented Feb 11, 2025

@mroeschke : I have done all you requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Stale Testing pandas testing functions or related to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: pd.read_csv error when parse_dates used on index_col for dtype_backend="pyarrow"

2 participants